ISCPersistenceUnit::PropertyBag Arguments (Get Function)
Here is the signature for the PropertyBag (Get) function:
ISCPropertyBag * PropertyBag(VARIANT List, VARIANT AsString)
The following table contains the valid arguments for the PropertyBag (Get) function:
Parameter |
Valid Type/Value |
Description |
---|---|---|
List [optional] |
VT_BSTR Semicolon separated list of properties |
Provides a list of the unit properties. If the list is provided, only listed properties are placed in the returned property bag. |
List [optional] |
Empty |
Requests a complete set of properties. |
AsString [optional] |
VT_BOOL TRUE or FALSE |
If set to TRUE, it requests that all values in the bag be presented as strings. The default is FALSE and all values are in their native format. |
AsString [optional] |
Empty |
All values in the property bag are presented in native type. |
More information about valid property names is located in the Property Bag for Persistence Units and Persistence Unit Collections section.
Copyright © 2025 Quest Software, Inc. |